Vector Math Node: Subtract
Vector Math Node
2つのVectorの値を
Subtract
する
X・Y・Zの値をそれぞれで引き算する
計算式
$ \vec{A} - \vec{B} = \begin{pmatrix} {A_x-B_x} \\ {{A_y-B_y}} \\ {{A_z-B_z}} \end{pmatrix}